Alex Schroeder [Sat, 12 Aug 2006 22:24:37 +0000 (22:24 +0000)]
(Configuration): Use correct variable in rcirc-authinfo
example.
Werner LEMBERG [Sat, 12 Aug 2006 17:32:00 +0000 (17:32 +0000)]
* TUTORIAL.de: Synchronize with TUTORIAL.
Eli Zaretskii [Sat, 12 Aug 2006 14:14:23 +0000 (14:14 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 12 Aug 2006 14:13:31 +0000 (14:13 +0000)]
(How to add fonts): New node.
Nick Roberts [Sat, 12 Aug 2006 13:28:29 +0000 (13:28 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 12 Aug 2006 13:05:36 +0000 (13:05 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 12 Aug 2006 13:04:44 +0000 (13:04 +0000)]
<indent-tabs-mode>: Move to the `indent' customization group.
Eli Zaretskii [Sat, 12 Aug 2006 12:55:07 +0000 (12:55 +0000)]
(Time Parsing): Add %z to format-time-string, per docstring.
Add cross reference to glibc manual for strftime.
Eli Zaretskii [Sat, 12 Aug 2006 12:38:38 +0000 (12:38 +0000)]
Update the Allout entries.
Eli Zaretskii [Sat, 12 Aug 2006 12:34:47 +0000 (12:34 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 12 Aug 2006 12:33:32 +0000 (12:33 +0000)]
(allout-prior-bindings, allout-added-bindings): Remove, after long deprecation.
(allout-beginning-of-line-cycles, allout-end-of-line-cycles):
Add customization vars controlling allout-beginning-of-line and
allout-end-of-line conveniences.
(allout-header-prefix, allout-use-mode-specific-leader)
(allout-use-mode-specific-leader, allout-mode-leaders): Revised docstrings.
(allout-infer-header-lead): Change to be an alias for
allout-infer-header-lead-and-primary-bullet.
(allout-infer-header-lead-and-primary-bullet): New version of
allout-infer-header-lead which assigns the primary bullet to the
same as the header lead, when its being changed.
(allout-infer-body-reindent): Apply regexp-quote instead of unconditionally
prepending "\\", so that all literal allout-header-prefix and
allout-primary-bullet strings are properly handled.
(allout-add-resumptions): Add optional qualifier for extending or appending to
existing values, rather than replacing them.
(allout-view-change-hook): Clarify docstring.
(allout-exposure-change-hook): Take explicit arguments, via run-hook-with-args.
(allout-structure-added-hook, allout-structure-deleted-hook)
(allout-structure-shifted-hook): New hooks analogous to
allout-exposure-change-hook for other kinds of structural outline edits.
(allout-encryption-plaintext-sanitization-regexps): New encryption
customization variable, by which cooperating modes can provde massage of the
plaintext without actually being passed it.
(allout-encryption-ciphertext-rejection-regexps)
(allout-encryption-ciphertext-rejection-ceiling): New encryption
customization variables, by which cooperating modes can prohibit rare but
possible ciphertext patterns from fouling their operation, with actually being
passed the ciphertext.
(allout-mode): Run activation and deactivation hooks after the minor-mode
variable has been toggled, to clarify the mode disposition. The new encryption
ciphertext rejection variable is used to ensure that the ciphertext does not
contain text that would be recognized as outline structural elements by allout.
Substite allout-beginning-of-line and allout-end-of-line for conventionall
beginning-of-line and end-of-line bindings. If allout-old-style-prefixes is
non-nil, don't nullify it on mode activation!
(allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
(allout-end-of-line): Respect `allout-end-of-line-cycles'.
(allout-chart-subtree): Implement new mode, charting only the visible items in
the subtree, when new 'visible' parameter is non-nil.
(allout-end-of-subtree): Properly handle the last item in the buffer.
(allout-pre-command-business, allout-command-counter): Increment an advertised
counter so that cooperating enhancements can track revisions of items.
(allout-open-topic): Run allout-structure-added-hook with suitable arguments.
(allout-shift-in): Run allout-structure-shifted-hook with suitable arguments.
(allout-shift-out): Fix doubling for negative args and ensure call of
allout-structure-shifted-hook by solely using allout-shift-in.
(allout-kill-line, allout-kill-topic): Run allout-structure-deleted-hook with
suitable arguments.
(allout-yank-processing): Run allout-structure-added-hook with proper arguments.
(allout-yank): Enclose activity in allout-unprotected.
(allout-flag-region): Run allout-exposure-change-hook with suitable arguments,
instead of making the callee infer the arguments.
(allout-encrypt-string): Support
allout-encryption-plaintext-sanitization-regexps,
allout-encryption-ciphertext-rejection-regexps, and
allout-encryption-ciphertext-rejection-ceiling. Indicate correct
en/decryption mode in symmetric encryption failure message.
(allout-obtain-passphrase): Use copy-sequence to get a distinct copy of the
passphrase, and don't zero it or we'll corrupt the stashed copy.
(allout-create-encryption-passphrase-verifier)
(allout-verify-passphrase): Respect the new signature for allout-encrypt-string.
(allout-get-configvar-values): Convenience for getting a configuration variable
value and handling its absence gracefully.
Eli Zaretskii [Sat, 12 Aug 2006 12:04:04 +0000 (12:04 +0000)]
Clarify that bootstrap and the shorter procedure are alternatives.
Eli Zaretskii [Sat, 12 Aug 2006 12:00:30 +0000 (12:00 +0000)]
(Saving Emacs Sessions): Clarify when desktop is restored on startup.
Eli Zaretskii [Sat, 12 Aug 2006 11:36:15 +0000 (11:36 +0000)]
(Fmouse_position, Fmouse_pixel_position)
(Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
Romain Francoise [Fri, 11 Aug 2006 15:43:40 +0000 (15:43 +0000)]
(Acknowledgments): Delete mention to zone-mode.el.
Romain Francoise [Fri, 11 Aug 2006 15:42:48 +0000 (15:42 +0000)]
Delete zone-mode.el.
Romain Francoise [Fri, 11 Aug 2006 14:11:24 +0000 (14:11 +0000)]
Fix formatting/indentation.
Chong Yidong [Fri, 11 Aug 2006 14:11:10 +0000 (14:11 +0000)]
* emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
restore unread-command-events here.
(edebug-display): Do it here, to detect sit-for interruptions.
Stefan Monnier [Fri, 11 Aug 2006 13:56:50 +0000 (13:56 +0000)]
(dns-mode): Use before-save-hook.
Thien-Thi Nguyen [Fri, 11 Aug 2006 09:28:44 +0000 (09:28 +0000)]
*** empty log message ***
Thien-Thi Nguyen [Fri, 11 Aug 2006 09:26:03 +0000 (09:26 +0000)]
(bindat-ip-to-string): Use `format-network-address' if possible.
Jan Djärv [Fri, 11 Aug 2006 07:32:39 +0000 (07:32 +0000)]
* x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
Jan Djärv [Fri, 11 Aug 2006 07:31:14 +0000 (07:31 +0000)]
* xselect.c (Fx_register_dnd_atom): New function.
(syms_of_xselect): Defsubr it.
(x_handle_dnd_message): Check that message_type is in
dpyinfo->x_dnd_atoms before generating lisp event.
* xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
of drag and drop Atoms.
* xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
Jan Djärv [Fri, 11 Aug 2006 07:30:56 +0000 (07:30 +0000)]
* xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
Jan Djärv [Fri, 11 Aug 2006 07:30:36 +0000 (07:30 +0000)]
* xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
of drag and drop Atoms.
Jan Djärv [Fri, 11 Aug 2006 07:30:14 +0000 (07:30 +0000)]
* xselect.c (Fx_register_dnd_atom): New function.
(syms_of_xselect): Defsubr it.
(x_handle_dnd_message): Check that message_type is in
dpyinfo->x_dnd_atoms before generating lisp event.
Romain Francoise [Thu, 10 Aug 2006 20:07:08 +0000 (20:07 +0000)]
Mention that zone-mode.el is now obsolete.
Romain Francoise [Thu, 10 Aug 2006 20:06:19 +0000 (20:06 +0000)]
* textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
(dns-mode-soa-auto-increment-serial): New user option.
(dns-mode-soa-maybe-increment-serial): New function.
(dns-mode): Add the latter to `write-contents-functions'.
* obsolete/zone-mode.el: Move to obsolete/ from net/.
Delete autoload cookies.
Thien-Thi Nguyen [Thu, 10 Aug 2006 18:43:55 +0000 (18:43 +0000)]
*** empty log message ***
Thien-Thi Nguyen [Thu, 10 Aug 2006 18:42:49 +0000 (18:42 +0000)]
(Recognize Coding, Text Coding): Fix typos.
Chong Yidong [Thu, 10 Aug 2006 16:07:43 +0000 (16:07 +0000)]
Minor fix to last change.
John Wiegley [Thu, 10 Aug 2006 15:30:56 +0000 (15:30 +0000)]
(eshell-glob-chars-list) (eshell-glob-translate-alist): Add support
for [^g] in character globs.
John Wiegley [Thu, 10 Aug 2006 15:30:17 +0000 (15:30 +0000)]
*** empty log message ***
Chong Yidong [Thu, 10 Aug 2006 15:27:41 +0000 (15:27 +0000)]
* emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
restore unread-command-events here.
(edebug-display): Do it here, to detect sit-for interruptions.
Jan Djärv [Thu, 10 Aug 2006 06:09:57 +0000 (06:09 +0000)]
* keyboard.c: Define in_sighandler.
(input_available_signal): Set in_sighandler.
(init_keyboard): Initialize in_sighandler.
* keyboard.h: Declare in_sighandler.
* alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
to check if mutex should be locked or not.
Jan Djärv [Thu, 10 Aug 2006 06:09:30 +0000 (06:09 +0000)]
* alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
to check if mutex should be locked or not.
Jan Djärv [Thu, 10 Aug 2006 06:07:15 +0000 (06:07 +0000)]
* keyboard.c: Define in_sighandler.
(input_available_signal): Set in_sighandler.
Jan Djärv [Thu, 10 Aug 2006 06:06:48 +0000 (06:06 +0000)]
* keyboard.h: Declare in_sighandler.
Richard M. Stallman [Thu, 10 Aug 2006 04:31:27 +0000 (04:31 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 10 Aug 2006 04:31:21 +0000 (04:31 +0000)]
(facemenu-listed-faces): Doc fix.
Richard M. Stallman [Thu, 10 Aug 2006 04:19:57 +0000 (04:19 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 10 Aug 2006 04:19:36 +0000 (04:19 +0000)]
(Format Faces): Substantial rewrites to deal with face merging. Empty
regions don't count. Clarify face property inheritance.
Richard M. Stallman [Thu, 10 Aug 2006 04:00:34 +0000 (04:00 +0000)]
(facemenu-add-face): Pass frame to facemenu-active-faces.
(facemenu-set-face): Doc fix.
Chong Yidong [Thu, 10 Aug 2006 03:37:29 +0000 (03:37 +0000)]
* avoid.el (mouse-avoidance-animating-pointer): New var.
(mouse-avoidance-nudge-mouse): Use it.
(mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
(mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
(mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
Don't activate if currently animating. All callers changed.
Richard M. Stallman [Wed, 9 Aug 2006 19:10:13 +0000 (19:10 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 9 Aug 2006 19:10:04 +0000 (19:10 +0000)]
Don't say which side scroll bar is on.
John Wiegley [Wed, 9 Aug 2006 11:51:57 +0000 (11:51 +0000)]
(timeclock-use-elapsed): Added a new variable, which causes timeclock
to report elapsed time worked, instead of just work remaining.
John Wiegley [Wed, 9 Aug 2006 11:50:27 +0000 (11:50 +0000)]
*** empty log message ***
Jan Djärv [Wed, 9 Aug 2006 06:56:38 +0000 (06:56 +0000)]
Fix previous change.
Jan Djärv [Wed, 9 Aug 2006 06:56:16 +0000 (06:56 +0000)]
(readline): Change position on %n and \" in sscanf.
Jan Djärv [Wed, 9 Aug 2006 06:22:27 +0000 (06:22 +0000)]
* etags.c (readline): expect sscanf returns >= 1.
Richard M. Stallman [Wed, 9 Aug 2006 04:55:10 +0000 (04:55 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 9 Aug 2006 04:55:02 +0000 (04:55 +0000)]
(keyremap_step): No-op if fkey->parent = nil.
(read_key_sequence): Always start fkey.start and fkey.end at 0,
and likewise for keytran.
Kenichi Handa [Wed, 9 Aug 2006 01:25:59 +0000 (01:25 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 9 Aug 2006 01:25:03 +0000 (01:25 +0000)]
(syms_of_coding): Improve the docstring
file-coding-system-alist.
Kenichi Handa [Wed, 9 Aug 2006 01:11:44 +0000 (01:11 +0000)]
(latexenc-find-file-coding-system):
Fix for the case that the 2nd element of arg-list is a cons.
Richard M. Stallman [Tue, 8 Aug 2006 20:53:10 +0000 (20:53 +0000)]
Whitespace change.
Chong Yidong [Tue, 8 Aug 2006 17:45:42 +0000 (17:45 +0000)]
* info.el (Info-fontify-node): Handle preceding `in' for note
reference hiding rules.
Richard M. Stallman [Tue, 8 Aug 2006 17:39:08 +0000 (17:39 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 8 Aug 2006 17:39:01 +0000 (17:39 +0000)]
Clean up wording in previous change.
Karl Berry [Tue, 8 Aug 2006 16:27:41 +0000 (16:27 +0000)]
update from texinfo
Stefan Monnier [Tue, 8 Aug 2006 15:09:26 +0000 (15:09 +0000)]
(sh-quoted-subshell): Make sure we don't mistake a closing " for an opening one.
Jan Djärv [Tue, 8 Aug 2006 09:34:56 +0000 (09:34 +0000)]
* etags.c (readline): expect sscanf returns 2,
not 1.
Jan Djärv [Tue, 8 Aug 2006 09:33:10 +0000 (09:33 +0000)]
* etags.c (TEX_mode): Check getc retruns EOF.
File ended without newline causes infinite loop.
Romain Francoise [Tue, 8 Aug 2006 08:06:08 +0000 (08:06 +0000)]
(Marks vs Flags): Fix typo reported by Ari Roponen <arjuropo@cc.jyu.fi>.
Dan Nicolaescu [Tue, 8 Aug 2006 05:31:09 +0000 (05:31 +0000)]
(terminal-init-xterm): Add more key bindings.
Stefan Monnier [Mon, 7 Aug 2006 18:24:25 +0000 (18:24 +0000)]
(font-lock-extend-jit-lock-region-after-change): Better comment.
Stefan Monnier [Mon, 7 Aug 2006 18:06:28 +0000 (18:06 +0000)]
(PC-do-completion): Strip out completion-ignored-extensions
before checking whether there are multiple completions.
Don't use `list' unnecessarily when building completion tables.
Stefan Monnier [Mon, 7 Aug 2006 17:47:55 +0000 (17:47 +0000)]
(font-lock-extend-jit-lock-region-after-change): Add docstring.
Stefan Monnier [Mon, 7 Aug 2006 17:42:36 +0000 (17:42 +0000)]
(font-lock-extend-after-change-region-function,
font-lock-extend-region-functions,
font-lock-extend-jit-lock-region-after-change): Better comments.
Andreas Schwab [Mon, 7 Aug 2006 16:39:36 +0000 (16:39 +0000)]
*** empty log message ***
Andreas Schwab [Mon, 7 Aug 2006 16:39:26 +0000 (16:39 +0000)]
(BASE_PURESIZE): Increase to
1120000.
Chong Yidong [Mon, 7 Aug 2006 13:40:32 +0000 (13:40 +0000)]
Double-checked modes.texi.
Chong Yidong [Mon, 7 Aug 2006 13:39:53 +0000 (13:39 +0000)]
* modes.texi (Hooks): Clarify.
(Major Mode Basics): Mention define-derived-mode explicitly.
(Major Mode Conventions): Rebinding RET is OK for some modes.
Mention change-major-mode-hook and after-change-major-mode-hook.
(Example Major Modes): Moved to end of Modes section.
(Mode Line Basics): Clarify.
(Mode Line Data): Mention help-echo and local-map in strings.
Explain reason for treatment of non-risky variables.
(Properties in Mode): Clarify.
(Faces for Font Lock): Add font-lock-negation-char-face.
Miles Bader [Mon, 7 Aug 2006 07:43:48 +0000 (07:43 +0000)]
Update from erc--emacs--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-388
Creator: Michael Olson <mwolson@gnu.org>
Miles Bader [Mon, 7 Aug 2006 07:43:37 +0000 (07:43 +0000)]
Fix ERC bug introduced in last patch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-387
Creator: Michael Olson <mwolson@gnu.org>
Miles Bader [Mon, 7 Aug 2006 07:43:25 +0000 (07:43 +0000)]
Update from erc--emacs--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-386
Creator: Michael Olson <mwolson@gnu.org>
Chong Yidong [Sun, 6 Aug 2006 14:23:55 +0000 (14:23 +0000)]
"standard-value for mode-line-format" bug fixed.
Chong Yidong [Sun, 6 Aug 2006 14:22:24 +0000 (14:22 +0000)]
* buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
(Fkill_all_local_variables): Use it.
(syms_of_buffer): Defvar it.
Romain Francoise [Sun, 6 Aug 2006 11:56:03 +0000 (11:56 +0000)]
Fix typo reported by Peter Dyballa <Peter_Dyballa@Web.DE>.
Romain Francoise [Sun, 6 Aug 2006 08:23:29 +0000 (08:23 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 6 Aug 2006 04:31:58 +0000 (04:31 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 6 Aug 2006 04:31:43 +0000 (04:31 +0000)]
(describe-mode): Make minor mode list more concise.
Nick Roberts [Sun, 6 Aug 2006 00:45:53 +0000 (00:45 +0000)]
*** empty log message ***
Nick Roberts [Sun, 6 Aug 2006 00:39:50 +0000 (00:39 +0000)]
(Note): Add note about ollowing a longjmp call.
Nick Roberts [Sun, 6 Aug 2006 00:39:02 +0000 (00:39 +0000)]
*** empty log message ***
Chong Yidong [Sun, 6 Aug 2006 00:32:33 +0000 (00:32 +0000)]
* bindings.el: Give mode-line-format, mode-line-modes, and
mode-line-position `standard-value' properties.
Eli Zaretskii [Sat, 5 Aug 2006 13:31:11 +0000 (13:31 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 5 Aug 2006 13:30:17 +0000 (13:30 +0000)]
(list-buffers-noselect): For Info buffers, use "(file)node" instead of the
file name.
Eli Zaretskii [Sat, 5 Aug 2006 13:01:50 +0000 (13:01 +0000)]
Include w32.h.
(valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do the job.
Eli Zaretskii [Sat, 5 Aug 2006 13:01:25 +0000 (13:01 +0000)]
Add prototype for w32_valid_pointer_p.
Eli Zaretskii [Sat, 5 Aug 2006 13:01:10 +0000 (13:01 +0000)]
(w32_valid_pointer_p): New function.
Romain Francoise [Sat, 5 Aug 2006 12:33:22 +0000 (12:33 +0000)]
(New in Emacs 22): Expand.
Eli Zaretskii [Sat, 5 Aug 2006 12:00:32 +0000 (12:00 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 5 Aug 2006 11:59:50 +0000 (11:59 +0000)]
(kbd_buffer_get_event): Return Qnil when current time is exactly equal to
end_time, not only when it is past that.
Eli Zaretskii [Sat, 5 Aug 2006 09:49:01 +0000 (09:49 +0000)]
(Formatting Strings) Resurrect erroneously removed line.
Richard M. Stallman [Sat, 5 Aug 2006 04:42:57 +0000 (04:42 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 5 Aug 2006 04:42:52 +0000 (04:42 +0000)]
(escape-glyph): Doc fix.
Chong Yidong [Sat, 5 Aug 2006 01:40:27 +0000 (01:40 +0000)]
*** empty log message ***
Chong Yidong [Sat, 5 Aug 2006 01:39:40 +0000 (01:39 +0000)]
specpdl unbalanced bug fixed.